Skip to content

chore(ci): update eslint#27

Open
coryrylan wants to merge 1 commit intomainfrom
topic-lint-fixup-2
Open

chore(ci): update eslint#27
coryrylan wants to merge 1 commit intomainfrom
topic-lint-fixup-2

Conversation

@coryrylan
Copy link
Copy Markdown
Collaborator

  • progress improving lint rules to simplify the complexity levels of source

- progress improving lint rules to simplify the complexity levels of source

Signed-off-by: Cory Rylan <crylan@nvidia.com>
@coryrylan coryrylan requested a review from johnyanarella April 24, 2026 19:25
@coryrylan coryrylan self-assigned this Apr 24, 2026
'max-lines-per-function': ['off', 50],
'max-statements': ['off', 15],
'max-params': ['error', 6], // goal 3
'max-statements': ['error', 20], // goal 15
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a cutoff for this PR to cut down the length. Plan on followups that chip away at these last disabled rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants